ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheNode<TKey,TValue> Class / CompareTo Method
The CacheNode instance to be compared with.

In This Topic
    CompareTo Method (CacheNode<TKey,TValue>)
    In This Topic
    Compares this instance to a specified CacheNode and returns an indication of their relative values.
    Syntax
    'Declaration
     
    Public Function CompareTo( _
       ByVal other As CacheNode(Of TKey,TValue) _
    ) As Integer
    public int CompareTo( 
       CacheNode<TKey,TValue> other
    )

    Parameters

    other
    The CacheNode instance to be compared with.
    See Also